Eclipse Platform
Pre-release 3.0

org.eclipse.ui.commands
Class CategoryEvent

java.lang.Object
  extended byorg.eclipse.ui.commands.CategoryEvent

public final class CategoryEvent
extends Object

An instance of CategoryEvent describes changes to an instance of ICategory.

This class is not intended to be extended by clients.

EXPERIMENTAL

Since:
3.0
See Also:
ICategory, ICategoryListener.categoryChanged(org.eclipse.ui.commands.CategoryEvent)

Constructor Summary
CategoryEvent(ICategory category, boolean definedChanged, boolean descriptionChanged, boolean nameChanged)
          TODO javadoc
 
Method Summary
 ICategory getCategory()
          Returns the instance of ICategory that has changed.
 boolean hasDefinedChanged()
          TODO javadoc
 boolean hasDescriptionChanged()
          TODO javadoc
 boolean hasNameChanged()
          TODO javadoc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryEvent

public CategoryEvent(ICategory category,
                     boolean definedChanged,
                     boolean descriptionChanged,
                     boolean nameChanged)
TODO javadoc

Parameters:
category -
definedChanged -
descriptionChanged -
nameChanged -
Method Detail

getCategory

public ICategory getCategory()
Returns the instance of ICategory that has changed.

Returns:
the instance of ICategory that has changed. Guaranteed not to be null.

hasDefinedChanged

public boolean hasDefinedChanged()
TODO javadoc


hasDescriptionChanged

public boolean hasDescriptionChanged()
TODO javadoc


hasNameChanged

public boolean hasNameChanged()
TODO javadoc


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.